home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1368 / 1368.xpi / chrome / clrtabs.jar / skin / clrtabs.css < prev    next >
Cascading Style Sheet File  |  2009-12-02  |  1KB  |  63 lines

  1. @import url('chrome://global/skin/');
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. /*Color the bottom strip under the tabs to a color; this is modified by the javascript on tab select event*/
  5. .tabs-bottom {
  6. background-color: transparent !important;
  7. }
  8.  
  9. /*
  10. .tabs-bottom {
  11. background-color: #888888 ;
  12. }
  13. */
  14.  
  15. tab {
  16. -moz-appearance:none !important;
  17.  
  18. }
  19.  
  20. .tabbrowser-tab:not([selected="true"]){
  21.     /* background-image:url('chrome://clrtabs/skin/tab-active-bkgnd.png') !important; */
  22.     background-image:url('chrome://browser/skin/tabbrowser/tab-active-bkgnd.png') !important;
  23. }
  24.  
  25. .tabbrowser-tabs:-moz-system-metric(windows-default-theme) {
  26. -moz-appearance:none;
  27. }
  28.  
  29. .standout {
  30. background-image:none !important;
  31. }
  32.  
  33.  
  34.  
  35. .flock  .tab-image-left {
  36. background-image:url('chrome://clrtabs/skin/tab-left-bkgnd.png') !important;
  37.  
  38.  
  39.  }
  40.  
  41. .flock  .tab-image-right {
  42. background-image:url('chrome://clrtabs/skin/tab-right-bkgnd.png') !important;
  43. }
  44.  
  45.  
  46.  
  47. .flock  .tabbrowser-tab:not([selected="true"]) .tab-image-middle .tab-text {
  48. color:#000;
  49.  
  50. .flock  .tab-image-middle {
  51. background-image:url('chrome://clrtabs/skin/tab-middle-bkgnd.png') !important; 
  52. margin-left:0px !important; 
  53. margin-right:0px !important; 
  54. }
  55.  
  56.  
  57. .flock  .tab-close-button {
  58.  background-image:url('chrome://clrtabs/skin/tab-middle-bkgnd.png') !important; 
  59. margin-left:0px !important; 
  60. margin-right:0px !important; 
  61. }
  62.